home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / chpdef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-01  |  1.6 KB  |  57 lines

  1. /* This file is part of XEmacs.
  2.  
  3. XEmacs is free software; you can redistribute it and/or modify it
  4. under the terms of the GNU General Public License as published by the
  5. Free Software Foundation; either version 2, or (at your option) any
  6. later version.
  7.  
  8. XEmacs is distributed in the hope that it will be useful, but WITHOUT
  9. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11. for more details.
  12.  
  13. You should have received a copy of the GNU General Public License
  14. along with XEmacs; see the file COPYING.  If not, write to the Free
  15. Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  16.  
  17. /* Synched up with: FSF 19.28. */
  18.  
  19. #define    CHP$_END    0
  20. #define    CHP$_ACCESS    1
  21. #define    CHP$_FLAGS    2
  22. #define    CHP$_PRIV    3
  23. #define    CHP$_ACMODE    4
  24. #define    CHP$_ACCLASS    5
  25. #define    CHP$_RIGHTS    6
  26. #define    CHP$_ADDRIGHTS    7
  27. #define    CHP$_MODE    8
  28. #define    CHP$_MODES    9
  29. #define    CHP$_MINCLASS    10
  30. #define    CHP$_MAXCLASS    11
  31. #define    CHP$_OWNER    12
  32. #define    CHP$_PROT    13
  33. #define    CHP$_ACL    14
  34. #define    CHP$_AUDITNAME    15
  35. #define    CHP$_ALARMNAME    16
  36. #define    CHP$_MATCHEDACE    17
  37. #define    CHP$_PRIVUSED    18
  38. #define    CHP$_MAX_CODE    19
  39. #define    CHP$M_SYSPRV    1
  40. #define    CHP$M_BYPASS    2
  41. #define    CHP$M_UPGRADE    4
  42. #define    CHP$M_DOWNGRADE    8
  43. #define    CHP$M_GRPPRV    16
  44. #define    CHP$M_READALL    32
  45. #define    CHP$V_SYSPRV    0
  46. #define    CHP$V_BYPASS    1
  47. #define    CHP$V_UPGRADE    2
  48. #define    CHP$V_DOWNGRADE    3
  49. #define    CHP$V_GRPPRV    4
  50. #define    CHP$V_READALL    5
  51. #define    CHP$M_READ    1
  52. #define    CHP$M_WRITE    2
  53. #define    CHP$M_USEREADALL    4
  54. #define    CHP$V_READ    0
  55. #define    CHP$V_WRITE    1
  56. #define    CHP$V_USEREADALL    2
  57.